Papers with frame identification
Introducing Frege to Fillmore: A FrameNet Dataset that Captures both Sense and Reference (2022.lrec-1)
Copied to clipboard
| Challenge: | a widely supported claim in the fields of semantics and philosophy is that meaning arises from the combination of sense and reference. |
| Approach: | They propose a tool that facilitates both referential- and frame annotations of language-independent corpora. |
| Outcome: | The Dutch FrameNet annotation tool facilitates both referential- and frame annotations of language-independent corpora. |
Exploiting Definitions for Frame Identification (2021.eacl-main)
Copied to clipboard
| Challenge: | a frame-semantic parsing task is to determine which frame best captures the meaning of a word or phrase in a sentence. |
| Approach: | They propose a frame identification model that generates representations for frames and lexical units (senses) they evaluate the model on three data sets and show it consistently achieves better performance than previous systems. |
| Outcome: | The proposed model consistently outperforms previous systems on three data sets. |
Joint Multi-Decoder Framework with Hierarchical Pointer Network for Frame Semantic Parsing (2021.findings-acl)
Copied to clipboard
| Challenge: | Current researches on frame semantic parsing ignore the interactions among subtasks. |
| Approach: | They propose a multi-decoder strategy to handle these subtasks together . they propose introducing a hierarchical pointer network for argument identification . |
| Outcome: | The proposed architecture improves on state-of-the-art models on FrameNet dataset. |
A Double-Graph Based Framework for Frame Semantic Parsing (2022.naacl-main)
Copied to clipboard
| Challenge: | Frame semantic parsing is a fundamental NLP task, which consists of three subtasks: frame identification, argument identification and role classification. |
| Approach: | They propose a frame semantic parser with a double-graph to derive knowledge-enhanced representations for frames and FEs. |
| Outcome: | The proposed method outperforms the state-of-the-art method by up to 1.7 F1-score on two FrameNet datasets. |
Robust Frame-Semantic Models with Lexical Unit Trees and Negative Samples (2024.acl-long)
Copied to clipboard
| Challenge: | Using a RoBERTa-based filter, we achieve an F1 score of 0.775, surpassing the previous state-of-the-art solution by +0.012. |
| Approach: | They propose a new prefix tree modification to enable robust support for multi-word lexical units and a RoBERTa-based filter to achieve an F1 score of 0.775. |
| Outcome: | The proposed model achieves an F1 score of 0.775, surpassing the state-of-the-art model by +0.012. |
Do LLMs Encode Frame Semantics? Evidence from Frame Identification (2025.emnlp-main)
Copied to clipboard
| Challenge: | Using the FrameNet lexical resource, we evaluate large language models under prompt-based inference and observe that they can perform frame identification effectively even without explicit supervision. |
| Approach: | They evaluate large language models under prompt-based inference and observe that they encode latent knowledge of frame semantics. |
| Outcome: | The proposed model can generate coherent frame definitions while generalizing well to out-of-domain benchmarks. |
Can LLMs Extract Frame-Semantic Arguments? (2025.emnlp-main)
Copied to clipboard
| Challenge: | Frame-semantic parsing is a critical task in natural language understanding . however, the ability of large language models to extract frame-sensical arguments remains unexplored . |
| Approach: | They propose a framework to extract frame-semantic arguments from large language models . they use JSON representations to enhance performance, but smaller models can achieve competitive results . |
| Outcome: | The proposed model achieves state-of-the-art on ambiguous targets while limiting generalization to out-of domain data. |